home *** CD-ROM | disk | FTP | other *** search
/ Science Fair / Science Fair.iso / pc / working / sort.dir / 00194.ls < prev    next >
Encoding:
Text File  |  1995-03-27  |  112 b   |  9 lines

  1. on exitFrame
  2.   global gNewSort
  3.   if gNewSort = 1 then
  4.     go("begin")
  5.   else
  6.     set gNewSort to 1
  7.   end if
  8. end
  9.